home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
tile-for.1
/
tile-for
/
tile-forth-2.1
/
tst
/
double.tst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-09-14
|
332 b
|
29 lines
.( Loading Double Parameter test...) cr
#include double.f83
1 2 3 4 .s cr
2swap .s cr
2over .s cr
2drop .s cr
2dup .s cr
2drop .s cr
5 6 .s cr
2rot .s cr
DOUBLE x ( -- double) .s cr
x .double cr
x 2@ .s cr
2drop .s cr
x 2! .s cr
x .double cr
2drop .s cr
x 2@ .s cr
2drop .s cr
10 42 double y ( -- low high)
y .s cr
forth only